net/http.CrossOriginProtection.trusted (field)

5 uses

	net/http (current package)
		csrf.go#L39: 	trusted   map[string]bool
		csrf.go#L73: 	if c.trusted == nil {
		csrf.go#L74: 		c.trusted = make(map[string]bool)
		csrf.go#L76: 	c.trusted[origin] = true
		csrf.go#L193: 	return origin != "" && c.trusted[origin]